Html Css Color HEX #AFE93E Conifer

📋 copy color: '#AFE93E'

red 175 ◦ green 233 ◦ blue 62

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

Shades of Conifer #AFE93E

Tints of Conifer #AFE93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.19%

R = 37.23%
G = 49.57%
B = 13.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#AFE93E (or 0xAFE93E) is known color: Conifer. HEX triplet: AF, E9 and 3E. RGB value is (175,233,62). Sum of RGB (Red+Green+Blue) = 175+233+62=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 62 (24.61% from 255 or 13.19% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE93E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE93E is #5016C1. Grayscale: #C4C4C4. Windows color (decimal): -5248706 or 4123055. OLE color: 4123055.

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

Color convert

RGB 175 233 62 -
CMYK 0.25 0 0.73 0.09
HSL 80.35º 0.8% 0.58% -
HSV(B) 80.35º 0.73% 0.91% -
XYZ 47.69 67.74 15.12 -
YUV 196.16 52.28 112.9 -
System Red Green Blue C M Y K H S L
Decimal 175 233 62 0.25 0 0.73 0.09 80.35 0.8 0.58
Hex AF E9 3E 19 0 49 9 50 50 3A
Octal 257 351 76 31 0 111 11 120 120 72
Binary 10101111 11101001 111110 11001 0 1001001 1001 1010000 1010000 111010

Color Harmonies of #AFE93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE93E

Black with #AFE93E

Text Example


Text Example

White with #AFE93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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