Html Css Color HEX #AFD65A Conifer

📋 copy color: '#AFD65A'

red 175 ◦ green 214 ◦ blue 90

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

Shades of Conifer #AFD65A

Tints of Conifer #AFD65A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.68%

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

R = 36.53%
G = 44.68%
B = 18.79%

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

#AFD65A (or 0xAFD65A) is known color: Conifer. HEX triplet: AF, D6 and 5A. RGB value is (175,214,90). Sum of RGB (Red+Green+Blue) = 175+214+90=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD65A is #5029A5. Grayscale: #BCBCBC. Windows color (decimal): -5253542 or 5953199. OLE color: 5953199.

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

Color convert

RGB 175 214 90 -
CMYK 0.18 0 0.58 0.16
HSL 78.87º 0.6% 0.6% -
HSV(B) 78.87º 0.58% 0.84% -
XYZ 43.57 57.95 18.56 -
YUV 188.2 72.58 118.58 -
System Red Green Blue C M Y K H S L
Decimal 175 214 90 0.18 0 0.58 0.16 78.87 0.6 0.6
Hex AF D6 5A 12 0 3A 10 4F 3C 3C
Octal 257 326 132 22 0 72 20 117 74 74
Binary 10101111 11010110 1011010 10010 0 111010 10000 1001111 111100 111100

Color Harmonies of #AFD65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD65A

Black with #AFD65A

Text Example


Text Example

White with #AFD65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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