Html Css Color HEX #A8CF5F Conifer

📋 copy color: '#A8CF5F'

red 168 ◦ green 207 ◦ blue 95

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

Shades of Conifer #A8CF5F

Tints of Conifer #A8CF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.21%

R = 35.74%
G = 44.04%
B = 20.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#A8CF5F (or 0xA8CF5F) is known color: Conifer. HEX triplet: A8, CF and 5F. RGB value is (168,207,95). Sum of RGB (Red+Green+Blue) = 168+207+95=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF5F is #5730A0. Grayscale: #B6B6B6. Windows color (decimal): -5714081 or 6279080. OLE color: 6279080.

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

Color convert

RGB 168 207 95 -
CMYK 0.19 0 0.54 0.19
HSL 80.89º 0.54% 0.59% -
HSV(B) 80.89º 0.54% 0.81% -
XYZ 40.53 53.78 19.07 -
YUV 182.57 78.58 117.61 -
System Red Green Blue C M Y K H S L
Decimal 168 207 95 0.19 0 0.54 0.19 80.89 0.54 0.59
Hex A8 CF 5F 13 0 36 13 51 36 3B
Octal 250 317 137 23 0 66 23 121 66 73
Binary 10101000 11001111 1011111 10011 0 110110 10011 1010001 110110 111011

Color Harmonies of #A8CF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CF5F

Black with #A8CF5F

Text Example


Text Example

White with #A8CF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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