Html Css Color HEX #A8CF62 Conifer

📋 copy color: '#A8CF62'

red 168 ◦ green 207 ◦ blue 98

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

Shades of Conifer #A8CF62

Tints of Conifer #A8CF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.72%

R = 35.52%
G = 43.76%
B = 20.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#A8CF62 (or 0xA8CF62) is known color: Conifer. HEX triplet: A8, CF and 62. RGB value is (168,207,98). Sum of RGB (Red+Green+Blue) = 168+207+98=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF62 is #57309D. Grayscale: #B7B7B7. Windows color (decimal): -5714078 or 6475688. OLE color: 6475688.

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

Color convert

RGB 168 207 98 -
CMYK 0.19 0 0.53 0.19
HSL 81.47º 0.53% 0.6% -
HSV(B) 81.47º 0.53% 0.81% -
XYZ 40.67 53.83 19.8 -
YUV 182.91 80.08 117.36 -
System Red Green Blue C M Y K H S L
Decimal 168 207 98 0.19 0 0.53 0.19 81.47 0.53 0.6
Hex A8 CF 62 13 0 35 13 51 35 3C
Octal 250 317 142 23 0 65 23 121 65 74
Binary 10101000 11001111 1100010 10011 0 110101 10011 1010001 110101 111100

Color Harmonies of #A8CF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CF62

Black with #A8CF62

Text Example


Text Example

White with #A8CF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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