Html Css Color HEX #A8F968 Conifer

📋 copy color: '#A8F968'

red 168 ◦ green 249 ◦ blue 104

#A8F968
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #A8F968

Tints of Conifer #A8F968

RGB

 RED value IS 168 (66.02% from 255) = 32.25%

 GREEN value IS 249 (97.66% from 255) = 47.79%

 BLUE value IS 104 (41.02% from 255) = 19.96%

R = 32.25%
G = 47.79%
B = 19.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A8F968 (or 0xA8F968) is known color: Conifer. HEX triplet: A8, F9 and 68. RGB value is (168,249,104). Sum of RGB (Red+Green+Blue) = 168+249+104=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F968 is #570697. Grayscale: #D0D0D0. Windows color (decimal): -5703320 or 6879656. OLE color: 6879656.

HSL color Cylindrical-coordinate representation of color #A8F968: hue angle of 93.52º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8F968 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 249 104 -
CMYK 0.33 0 0.58 0.02
HSL 93.52º 0.92% 0.69% -
HSV(B) 93.52º 0.58% 0.98% -
XYZ 52.52 77.08 25.21 -
YUV 208.25 69.16 99.29 -
System Red Green Blue C M Y K H S L
Decimal 168 249 104 0.33 0 0.58 0.02 93.52 0.92 0.69
Hex A8 F9 68 21 0 3A 2 5E 5C 45
Octal 250 371 150 41 0 72 2 136 134 105
Binary 10101000 11111001 1101000 100001 0 111010 10 1011110 1011100 1000101

Color Harmonies of #A8F968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F968

Black with #A8F968

Text Example


Text Example

White with #A8F968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F968; }

 p { color: rgb(168,249,104); }

 H1.HeaderClassName
 {
   color: #A8F968;
 }
 .AnyTagClassName
 {
   color: #A8F968;
 }
</style>

background-color css

<style>
 a { background-color: #A8F968; }

 a { background-color: rgb(168,249,104); }

 div.DivClassName
 {
   background-color: #A8F968;
 }
 .BgClassName
 {
   background-color: #A8F968;
 }
</style>

border-color css

<style>
 span { border-color: #A8F968; }

 span { border-color: rgb(168,249,104); }

 td.TdClassName
 {
   border-color: #A8F968;
 }
 .TagClassName
 {
   border-color: #A8F968;
 }
</style>