Html Css Color HEX #AFED4A Conifer

📋 copy color: '#AFED4A'

red 175 ◦ green 237 ◦ blue 74

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

Shades of Conifer #AFED4A

Tints of Conifer #AFED4A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.77%

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

R = 36.01%
G = 48.77%
B = 15.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#AFED4A (or 0xAFED4A) is known color: Conifer. HEX triplet: AF, ED and 4A. RGB value is (175,237,74). Sum of RGB (Red+Green+Blue) = 175+237+74=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFED4A is #5012B5. Grayscale: #C8C8C8. Windows color (decimal): -5247670 or 4910511. OLE color: 4910511.

HSL color Cylindrical-coordinate representation of color #AFED4A: hue angle of 82.82º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFED4A is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 74 -
CMYK 0.26 0 0.69 0.07
HSL 82.82º 0.82% 0.61% -
HSV(B) 82.82º 0.69% 0.93% -
XYZ 49.2 70.18 17.43 -
YUV 199.88 56.96 110.25 -
System Red Green Blue C M Y K H S L
Decimal 175 237 74 0.26 0 0.69 0.07 82.82 0.82 0.61
Hex AF ED 4A 1A 0 45 7 53 52 3D
Octal 257 355 112 32 0 105 7 123 122 75
Binary 10101111 11101101 1001010 11010 0 1000101 111 1010011 1010010 111101

Color Harmonies of #AFED4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFED4A

Black with #AFED4A

Text Example


Text Example

White with #AFED4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFED4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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