Html Css Color HEX #A8CF5C Conifer

📋 copy color: '#A8CF5C'

red 168 ◦ green 207 ◦ blue 92

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

Shades of Conifer #A8CF5C

Tints of Conifer #A8CF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.7%

R = 35.97%
G = 44.33%
B = 19.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#A8CF5C (or 0xA8CF5C) is known color: Conifer. HEX triplet: A8, CF and 5C. RGB value is (168,207,92). Sum of RGB (Red+Green+Blue) = 168+207+92=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF5C is #5730A3. Grayscale: #B6B6B6. Windows color (decimal): -5714084 or 6082472. OLE color: 6082472.

HSL color Cylindrical-coordinate representation of color #A8CF5C: hue angle of 80.35º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8CF5C is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 207 92 -
CMYK 0.19 0 0.56 0.19
HSL 80.35º 0.55% 0.59% -
HSV(B) 80.35º 0.56% 0.81% -
XYZ 40.39 53.72 18.37 -
YUV 182.23 77.08 117.85 -
System Red Green Blue C M Y K H S L
Decimal 168 207 92 0.19 0 0.56 0.19 80.35 0.55 0.59
Hex A8 CF 5C 13 0 38 13 50 37 3B
Octal 250 317 134 23 0 70 23 120 67 73
Binary 10101000 11001111 1011100 10011 0 111000 10011 1010000 110111 111011

Color Harmonies of #A8CF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CF5C

Black with #A8CF5C

Text Example


Text Example

White with #A8CF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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