Html Css Color HEX #AFF145 Conifer

📋 copy color: '#AFF145'

red 175 ◦ green 241 ◦ blue 69

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

Shades of Conifer #AFF145

Tints of Conifer #AFF145

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.69%

 BLUE value IS 69 (27.34% from 255) = 14.23%

R = 36.08%
G = 49.69%
B = 14.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#AFF145 (or 0xAFF145) is known color: Conifer. HEX triplet: AF, F1 and 45. RGB value is (175,241,69). Sum of RGB (Red+Green+Blue) = 175+241+69=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF145 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF145 is #500EBA. Grayscale: #CACACA. Windows color (decimal): -5246651 or 4583855. OLE color: 4583855.

HSL color Cylindrical-coordinate representation of color #AFF145: hue angle of 83.02º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFF145 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 69 -
CMYK 0.27 0 0.71 0.05
HSL 83.02º 0.86% 0.61% -
HSV(B) 83.02º 0.71% 0.95% -
XYZ 50.21 72.45 16.97 -
YUV 201.66 53.13 108.99 -
System Red Green Blue C M Y K H S L
Decimal 175 241 69 0.27 0 0.71 0.05 83.02 0.86 0.61
Hex AF F1 45 1B 0 47 5 53 56 3D
Octal 257 361 105 33 0 107 5 123 126 75
Binary 10101111 11110001 1000101 11011 0 1000111 101 1010011 1010110 111101

Color Harmonies of #AFF145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF145

Black with #AFF145

Text Example


Text Example

White with #AFF145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF145; }

 p { color: rgb(175,241,69); }

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

background-color css

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

 a { background-color: rgb(175,241,69); }

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

border-color css

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

 span { border-color: rgb(175,241,69); }

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