Html Css Color HEX #AFE94C Conifer

📋 copy color: '#AFE94C'

red 175 ◦ green 233 ◦ blue 76

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

Shades of Conifer #AFE94C

Tints of Conifer #AFE94C

RGB

 RED value IS 175 (68.75% from 255) = 36.16%

 GREEN value IS 233 (91.41% from 255) = 48.14%

 BLUE value IS 76 (30.08% from 255) = 15.7%

R = 36.16%
G = 48.14%
B = 15.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#AFE94C (or 0xAFE94C) is known color: Conifer. HEX triplet: AF, E9 and 4C. RGB value is (175,233,76). Sum of RGB (Red+Green+Blue) = 175+233+76=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE94C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE94C is #5016B3. Grayscale: #C6C6C6. Windows color (decimal): -5248692 or 5040559. OLE color: 5040559.

HSL color Cylindrical-coordinate representation of color #AFE94C: hue angle of 82.17º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFE94C is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 76 -
CMYK 0.25 0 0.67 0.09
HSL 82.17º 0.78% 0.61% -
HSV(B) 82.17º 0.67% 0.91% -
XYZ 48.12 67.91 17.41 -
YUV 197.76 59.28 111.77 -
System Red Green Blue C M Y K H S L
Decimal 175 233 76 0.25 0 0.67 0.09 82.17 0.78 0.61
Hex AF E9 4C 19 0 43 9 52 4E 3D
Octal 257 351 114 31 0 103 11 122 116 75
Binary 10101111 11101001 1001100 11001 0 1000011 1001 1010010 1001110 111101

Color Harmonies of #AFE94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE94C

Black with #AFE94C

Text Example


Text Example

White with #AFE94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE94C; }

 p { color: rgb(175,233,76); }

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

background-color css

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

 a { background-color: rgb(175,233,76); }

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

border-color css

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

 span { border-color: rgb(175,233,76); }

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