Html Css Color HEX #AFD55A Conifer

📋 copy color: '#AFD55A'

red 175 ◦ green 213 ◦ blue 90

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

Shades of Conifer #AFD55A

Tints of Conifer #AFD55A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.56%

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

R = 36.61%
G = 44.56%
B = 18.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#AFD55A (or 0xAFD55A) is known color: Conifer. HEX triplet: AF, D5 and 5A. RGB value is (175,213,90). Sum of RGB (Red+Green+Blue) = 175+213+90=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD55A is #502AA5. Grayscale: #BCBCBC. Windows color (decimal): -5253798 or 5952943. OLE color: 5952943.

HSL color Cylindrical-coordinate representation of color #AFD55A: hue angle of 78.54º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFD55A is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 213 90 -
CMYK 0.18 0 0.58 0.16
HSL 78.54º 0.59% 0.59% -
HSV(B) 78.54º 0.58% 0.84% -
XYZ 43.32 57.44 18.48 -
YUV 187.62 72.91 119 -
System Red Green Blue C M Y K H S L
Decimal 175 213 90 0.18 0 0.58 0.16 78.54 0.59 0.59
Hex AF D5 5A 12 0 3A 10 4F 3B 3B
Octal 257 325 132 22 0 72 20 117 73 73
Binary 10101111 11010101 1011010 10010 0 111010 10000 1001111 111011 111011

Color Harmonies of #AFD55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD55A

Black with #AFD55A

Text Example


Text Example

White with #AFD55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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