Html Css Color HEX #AFE64A Conifer

📋 copy color: '#AFE64A'

red 175 ◦ green 230 ◦ blue 74

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

Shades of Conifer #AFE64A

Tints of Conifer #AFE64A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.02%

 BLUE value IS 74 (29.3% from 255) = 15.45%

R = 36.53%
G = 48.02%
B = 15.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#AFE64A (or 0xAFE64A) is known color: Conifer. HEX triplet: AF, E6 and 4A. RGB value is (175,230,74). Sum of RGB (Red+Green+Blue) = 175+230+74=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 230 (90.23% from 255 or 48.02% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE64A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE64A is #5019B5. Grayscale: #C4C4C4. Windows color (decimal): -5249462 or 4908719. OLE color: 4908719.

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

Color convert

RGB 175 230 74 -
CMYK 0.24 0 0.68 0.10
HSL 81.15º 0.76% 0.6% -
HSV(B) 81.15º 0.68% 0.9% -
XYZ 47.21 66.2 16.77 -
YUV 195.77 59.28 113.18 -
System Red Green Blue C M Y K H S L
Decimal 175 230 74 0.24 0 0.68 0.10 81.15 0.76 0.6
Hex AF E6 4A 18 0 44 A 51 4C 3C
Octal 257 346 112 30 0 104 12 121 114 74
Binary 10101111 11100110 1001010 11000 0 1000100 1010 1010001 1001100 111100

Color Harmonies of #AFE64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE64A

Black with #AFE64A

Text Example


Text Example

White with #AFE64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE64A; }

 p { color: rgb(175,230,74); }

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

background-color css

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

 a { background-color: rgb(175,230,74); }

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

border-color css

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

 span { border-color: rgb(175,230,74); }

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