Html Css Color HEX #AFE55A Conifer

📋 copy color: '#AFE55A'

red 175 ◦ green 229 ◦ blue 90

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

Shades of Conifer #AFE55A

Tints of Conifer #AFE55A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.36%

 BLUE value IS 90 (35.55% from 255) = 18.22%

R = 35.43%
G = 46.36%
B = 18.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#AFE55A (or 0xAFE55A) is known color: Conifer. HEX triplet: AF, E5 and 5A. RGB value is (175,229,90). Sum of RGB (Red+Green+Blue) = 175+229+90=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE55A is #501AA5. Grayscale: #C5C5C5. Windows color (decimal): -5249702 or 5957039. OLE color: 5957039.

HSL color Cylindrical-coordinate representation of color #AFE55A: hue angle of 83.31º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFE55A is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 90 -
CMYK 0.24 0 0.61 0.10
HSL 83.31º 0.73% 0.63% -
HSV(B) 83.31º 0.61% 0.9% -
XYZ 47.54 65.89 19.89 -
YUV 197.01 67.61 112.3 -
System Red Green Blue C M Y K H S L
Decimal 175 229 90 0.24 0 0.61 0.10 83.31 0.73 0.63
Hex AF E5 5A 18 0 3D A 53 49 3F
Octal 257 345 132 30 0 75 12 123 111 77
Binary 10101111 11100101 1011010 11000 0 111101 1010 1010011 1001001 111111

Color Harmonies of #AFE55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE55A

Black with #AFE55A

Text Example


Text Example

White with #AFE55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE55A; }

 p { color: rgb(175,229,90); }

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

background-color css

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

 a { background-color: rgb(175,229,90); }

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

border-color css

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

 span { border-color: rgb(175,229,90); }

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