Html Css Color HEX #AFE05F Conifer

📋 copy color: '#AFE05F'

red 175 ◦ green 224 ◦ blue 95

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

Shades of Conifer #AFE05F

Tints of Conifer #AFE05F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.34%

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

R = 35.43%
G = 45.34%
B = 19.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#AFE05F (or 0xAFE05F) is known color: Conifer. HEX triplet: AF, E0 and 5F. RGB value is (175,224,95). Sum of RGB (Red+Green+Blue) = 175+224+95=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE05F is #501FA0. Grayscale: #C3C3C3. Windows color (decimal): -5250977 or 6283439. OLE color: 6283439.

HSL color Cylindrical-coordinate representation of color #AFE05F: hue angle of 82.79º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFE05F is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 95 -
CMYK 0.22 0 0.58 0.12
HSL 82.79º 0.68% 0.63% -
HSV(B) 82.79º 0.58% 0.88% -
XYZ 46.4 63.25 20.59 -
YUV 194.64 71.77 113.99 -
System Red Green Blue C M Y K H S L
Decimal 175 224 95 0.22 0 0.58 0.12 82.79 0.68 0.63
Hex AF E0 5F 16 0 3A C 53 44 3F
Octal 257 340 137 26 0 72 14 123 104 77
Binary 10101111 11100000 1011111 10110 0 111010 1100 1010011 1000100 111111

Color Harmonies of #AFE05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE05F

Black with #AFE05F

Text Example


Text Example

White with #AFE05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE05F; }

 p { color: rgb(175,224,95); }

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

background-color css

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

 a { background-color: rgb(175,224,95); }

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

border-color css

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

 span { border-color: rgb(175,224,95); }

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