Html Css Color HEX #A8CF68 Conifer

📋 copy color: '#A8CF68'

red 168 ◦ green 207 ◦ blue 104

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

Shades of Conifer #A8CF68

Tints of Conifer #A8CF68

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.22%

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

R = 35.07%
G = 43.22%
B = 21.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#A8CF68 (or 0xA8CF68) is known color: Conifer. HEX triplet: A8, CF and 68. RGB value is (168,207,104). Sum of RGB (Red+Green+Blue) = 168+207+104=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF68 is #573097. Grayscale: #B7B7B7. Windows color (decimal): -5714072 or 6868904. OLE color: 6868904.

HSL color Cylindrical-coordinate representation of color #A8CF68: hue angle of 82.72º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8CF68 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 207 104 -
CMYK 0.19 0 0.50 0.19
HSL 82.72º 0.52% 0.61% -
HSV(B) 82.72º 0.5% 0.81% -
XYZ 40.96 53.95 21.35 -
YUV 183.6 83.08 116.88 -
System Red Green Blue C M Y K H S L
Decimal 168 207 104 0.19 0 0.50 0.19 82.72 0.52 0.61
Hex A8 CF 68 13 0 32 13 53 34 3D
Octal 250 317 150 23 0 62 23 123 64 75
Binary 10101000 11001111 1101000 10011 0 110010 10011 1010011 110100 111101

Color Harmonies of #A8CF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CF68

Black with #A8CF68

Text Example


Text Example

White with #A8CF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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